.. _`Table to Datasources`: .. _`org.sysess.sympathy.data.table.tabletodsrcs`: Table to Datasources ```````````````````` .. image:: table2dsrc.svg :width: 48 Convert a table with file paths into a list of data sources pointing to those files. Documentation ::::::::::::: The output list will contain one element for each row of the incoming table. The file paths are taken from the selected column. For an explanation of relative datasource file paths, see :ref:`datasource_node_file`. Definition :::::::::: Input ports ........... **** table Table containing a column of filepaths. Output ports ............ **** [datasource] Datasources Configuration ............. **File names** (files) Column containing the filenames **Input paths relative to the current sub-flow** (subpath) If ticked, relative paths will be interpeted relative to the current sub-flow, unless they are already absolute. Related nodes ............. * :ref:`org.sysess.sympathy.data.table.tablestodsrcs` * :ref:`org.sysess.sympathy.data.table.dsrctotable` Examples ........ * :download:`Table2Datasources.syx ` * :download:`InputOutputGenerate.syx ` Implementation .............. .. automodule:: node_table_to_datasources :noindex: .. class:: TableToDsrc :noindex: